//0x10 bytes (sizeof)
struct _HEAP_USERDATA_HEADER
{
union
{
struct _SINGLE_LIST_ENTRY SFreeListEntry; //0x0
struct _HEAP_SUBSEGMENT* SubSegment; //0x0
};
VOID* Reserved; //0x4
ULONG SizeIndex; //0x8
ULONG Signature; //0xc
};